[patch] slipped to 1.21, mark 2
authorAlex Burka <durka42+github@gmail.com>
Thu, 21 Sep 2017 01:29:11 +0000 (21:29 -0400)
committerGitHub <noreply@github.com>
Thu, 21 Sep 2017 01:29:11 +0000 (21:29 -0400)
src/doc/specifying-dependencies.md

index d3fa7627f498790f127f521db585cc89d3dc06ef..35089cfb9779670291e6ab784a1c0d91e72b53c8 100644 (file)
@@ -189,10 +189,10 @@ example:
   of the crate to avoid blocking on the bug fix getting merged.
 
 These scenarios are currently all solved with the [`[patch]` manifest
-section][patch-section]. Note that the `[patch]` feature is not yet currently
-stable and will be released on 2017-08-31. Historically some of these scenarios
-have been solved with [the `[replace]` section][replace-section], but we'll
-document the `[patch]` section here.
+section][patch-section]. (Note that the `[patch]` feature will first become
+available in Rust 1.21, set to be released on 2017-10-12.) Historically some of
+these scenarios have been solved with [the `[replace]` section][replace-section],
+but we'll document the `[patch]` section here.
 
 [patch-section]: manifest.html#the-patch-section
 [replace-section]: manifest.html#the-replace-section